The SelectAndGenerate operation is used to select the documents for the transaction, then generate the images for the selected documents.
| Operation | SelectAndGenerate |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/SelectAndGenerate |
| Input | IEDocService_SelectAndGenerate_InputMessage (soap:body, use = literal) parameters type SelectAndGenerate |
| Output | IEDocService_SelectAndGenerate_OutputMessage (soap:body, use = literal) parameters type SelectAndGenerate |
The operation input is SelectAndGenerate. The request requires a SelectAndGenerate object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | SelectAndGenerate | Required | An object serving as the root element for the request. |
For sample code, see: SelectAndGenerate.